home *** CD-ROM | disk | FTP | other *** search
/ Champak 142 / Volume 142 Oct 17 2011 - Damaged.iso / Interface / it.dig / scripts / DefineButton2_187 / BUTTONCONDACTION on(release).as
Text File  |  2011-10-17  |  128b  |  6 lines

  1. on(release){
  2.    _global.Categoria_xml = "ESSENCIAIS";
  3.    Categoria(_global.Categoria_xml);
  4.    _root.categoria_mc.play();
  5. }
  6.